Close
dtSearch Engine API for .NET Framework 2.x-4.x 2023.02
IIndexStatusHandler::OnProgressUpdate Method
void OnProgressUpdate( ref IndexProgressInfo info );

Each time IIndexStatusHandler.OnProgressUpdate is called, the IndexProgressInfo.UpdateType will indicate the reason for the notification. The UpdateType is a MessageCode value that indicates when, for example, a file was successfully indexed (dtsnIndexFileDone) or could not be indexed due to an error (dtsnIndexFileOpenFail, dtsnIndexFileEncrypted).